Release 10.1A: OpenEdge Development:
Progress Dynamics Administration
Using thin rendering
In rare cases where application code relies on logic that has been excluded from the compile of thin objects, re-evaluate the logic and change it, if possible. For example, reliance on prototype definitions requires direct references to functions to change to
DYNAMIC-FUNCTIONin order to take advantage of thin objects. If dependencies in the excluded logic cannot be resolved, do not use thin rendering.You can turn off thin rendering for all objects with the
UseThinRenderingsession property, or or you can turn it off for a class of objects, for individual object masters, or for object instances by setting theThinRenderingProcedureattribute to a blank value.Certain development tools, such as the Container Builder, require the full objects rather than their thin counterparts. You can set
UseThinRenderingtoTRUEin a development session type and thin objects might run in these sessions without a problem. However, some development tools will not always function properly. Therefore, always setUseThinRenderingtoFALSEfor a development session type.
|
Copyright © 2005 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |